/**********************************************
				GENERAL
***********************************************/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video, svg{
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
@font-face {
    font-family: 'permanent_markerregular';
    src: url('PermanentMarker-webfont.eot');
    src: url('PermanentMarker-webfont.eot?#iefix') format('embedded-opentype'),
         url('PermanentMarker-webfont.woff') format('woff'),
         url('PermanentMarker-webfont.ttf') format('truetype'),
         url('PermanentMarker-webfont.svg#permanent_markerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin:0;
	text-align: center;
	font-family:'Raleway', sans-serif;
	font-size: 16px;
}
h1,h2,h3{
	font-family: 'permanent_markerregular';
}
h4,h5,h6{
	font-family: 'Raleway';	
}
h1{
	font-size: 7em;
}
h2{
	font-size: 3em;
	padding: 1em 0;
}
h3{
	font-size: 1.6em;
}
h4,h5,h6{
	font-size: 2em;
}
video,img{
	width: 100%;
}
section{
	padding: 3em 0;
}
.clear{
	clear: both; 
}
/**********************************************
				HEADER
***********************************************/
header{
	padding: 12em 0;
}
header video {
	opacity: 0.2;
	position: fixed;
	z-index: -1;
	top:0;
	left:0;
	overflow: hidden;
}
header h1{
	font-family: 'Raleway';
	font-size: 1em;	
}
header h2{
	font-size: 7em;
	padding:0; 
}
video {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -100;
}
/*****************menu**********************/
header nav svg{
	height: 0.9em;
	 margin-left: 40%;
}
header nav ul {
	list-style-type:none;
	display:flex;
	flex-direction: row;
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20;
}
header nav ul li { 
	flex-grow: 1;
	width: 100%;
}
header nav ul li a {
	display:block;
	padding:1em;
	background-color:white ;
	text-align:center;
	text-decoration:none;
	color:#000000;
	text-transform: uppercase;
	border-top: 1px solid lightgray;
	font-weight: 900;
}
header nav ul li a:hover,
header nav ul li a:hover svg path{
	background-color:black;
	color: white;
	stroke:white;
}

/**********************************************
				SECTION
***********************************************/

/***************about***************/
.about{
	background:white;
}
.about article p{
	width: 50%;
	margin: auto;
}
.about article figure img{
	overflow:hidden;
	width: 100%;
	height: auto;	
	opacity: 0.8;
	}

/***************works***************/
.works{
	max-width: 1170px;
	margin: auto;
	padding-bottom: 25em;
}
.works article {
	width: 30%;
	float: left;
	margin: 1em;
}
.works article img{
	height: 10em;
	width: auto;
}
.works article hgroup,
.works article p{
	margin: auto;
	margin-top:1em;
	width: 75%;
}
/**********************************************
				ASIDE
***********************************************/
aside{
	width: 50%;
	height: 500px;
	float: left;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(38,198,218,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(38,198,218,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(38,198,218,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(38,198,218,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(38,198,218,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(38,198,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#14f6fa', GradientType=1 );
	}
aside h5{
	font-size: 3em;
}
aside h6{
	font-size: 1.4em;
	margin-bottom: 0.4em;
}
/**********************************************
				FOOTER
***********************************************/
footer.contact {
	background-color: #26c6da;
	width: 50%;
	height: 500px;
	color: gray;
	float: left;
}
footer.contact .caracter-especial{
	color:inherit;
	margin: auto;
	margin-top: 6em;
	background-color: white;
	width: 25%;
	border-radius: 100px;
	-webkit-box-shadow: 30px 30px 50px -10px rgba(16,82,89,0.8);
	-moz-box-shadow: 30px 30px 50px -10px rgba(16,82,89,0.8);
	box-shadow: 30px 30px 50px -10px rgba(16,82,89,0.8);
}
footer.contact .caracter-especial > p{
	font-size: 9em;
}